home *** CD-ROM | disk | FTP | other *** search
- @include \mbin\mh\wind.mh
-
- #
- # demo of WSTRING input window
- #
-
- uchar xstring[20]
-
- riff openWindows()
- int wd
-
- # STRING window, one label with ability to enter string (alphanums)
- # in field. Returns put in ravel uchar array.
- # upX,upY
- # lowX,lowY
- # title string - is used as "label string".
- # nolabels = 1 must be 1
- # fieldsize = one less than array size
- # nofields = 1
- # pointer to uchar array of size 1-n
- # size is calculated automatically.
- wd = inputWindow(WSTRING, 11, 0, 0, 0, "enter filename", 1, 1, 19, &xstring)
-
- end
-
- vco testit()
- int rval
- void openWindows()
- for(;;)
- mchoose(C,D,E,F,G,A,B,HC) q
- end
- end
-
- vco numbertwoiquess
- for(;;)
- mchoose(C,D,E,F,G,A,B,HC) q
- end
- end
-